From c57a2136521732b847bb97437e27caf21d165751 Mon Sep 17 00:00:00 2001 From: "cl349@firebug.cl.cam.ac.uk" Date: Fri, 19 Aug 2005 10:59:47 +0000 Subject: [PATCH] use "vbd" as driver name for blkfront devices, not "blkfront". Signed-off-by: Christian Limpach --- linux-2.6-xen-sparse/drivers/xen/blkfront/blkfront.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-2.6-xen-sparse/drivers/xen/blkfront/blkfront.c b/linux-2.6-xen-sparse/drivers/xen/blkfront/blkfront.c index 1e7ce7e23c..14d1a1c0f0 100644 --- a/linux-2.6-xen-sparse/drivers/xen/blkfront/blkfront.c +++ b/linux-2.6-xen-sparse/drivers/xen/blkfront/blkfront.c @@ -1383,7 +1383,7 @@ static int blkfront_resume(struct xenbus_device *dev) } static struct xenbus_driver blkfront = { - .name = __stringify(KBUILD_MODNAME), + .name = "vbd", .owner = THIS_MODULE, .ids = blkfront_ids, .probe = blkfront_probe, -- 2.30.2